//==============================================================================
// Whale_anim.txt
//==============================================================================

//==============================================================================
define Spout
{
   set hotspot
   {
      version
      {
		Visualparticle Animal Whale Spout
      }
   }
}

//==============================================================================
define Wake
{
   set hotspot
   {
      version
      {
		Visualparticle Animal Whale Wake
      }
   }
}

//==============================================================================
define Ring
{
   set hotspot
   {
      version
      {
		Visualparticle Animal Whale Ring
      }
   }
}

//==============================================================================
define SpoutB
{
   set hotspot
   {
      version
      {
		Visualparticle Animal Whale SpoutB
      }
   }
}

//==============================================================================
define WakeB
{
   set hotspot
   {
      version
      {
		Visualparticle Animal Whale WakeB
      }
   }
}

//==============================================================================
define RingB
{
   set hotspot
   {
      version
      {
		Visualparticle Animal Whale RingB
      }
   }
}

//==============================================================================
define buoy
{
   set hotspot
   {
      version
      {
			Visual World A Bouy
      }
   }
}

//==============================================================================
define Whale
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual animal whale_walk
				connect Topofhead Spout Hotspot
				connect CHIN Wake Hotspot
				connect PELVIS Ring Hotspot
         }
      }
   }
}

//==============================================================================
define WhaleB
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual animal whale_walkB
				connect Topofhead SpoutB Hotspot
				connect CHIN WakeB Hotspot
				connect PELVIS RingB Hotspot
         }
      }
   }
}




//==============================================================================
anim Idle
{
   SetSelector 
   {
      WorkedOnLogic
      set hotspot
      {
         version
         {
            Visual Animal Whale_dummy
				connect attachpoint Whale hotspot
				connect attachpoint WhaleB hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Animal Whale_dummy
				connect attachpoint Whale hotspot
				connect attachpoint WhaleB hotspot
                                connect ATTACHPOINT buoy HOTSPOT
         }
      }
   }
}
